home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / COMMDLG.PAK / COMMDLGX.RC < prev    next >
Text File  |  1997-05-06  |  732b  |  29 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #ifndef WORKSHOP_INVOKED
  6. # include <windows.h>
  7. #endif
  8. #include "commdlgx.rh"
  9. #include <owl/owlapp.rc>         // default owl app icon
  10. #include <owl/except.rc>
  11.  
  12. CMDLGAPMENU MENU
  13. BEGIN
  14.   POPUP "&File"
  15.   BEGIN
  16.     MENUITEM "E&xit", CM_EXIT
  17.   END
  18.   POPUP "&Text"
  19.   BEGIN
  20.     MENUITEM "&String...", CM_FILEOPEN
  21.     MENUITEM "&Color...", CM_COLOR
  22.     MENUITEM "&Font...", CM_FONT
  23.   END
  24.   POPUP "\a&Help"
  25.   BEGIN
  26.     MENUITEM "&About...", CM_HELPABOUT
  27.   END
  28. END
  29.